python3Packages.comm: 0.1.2 -> 0.1.3

This commit is contained in:
Mauricio Collares 2023-04-13 20:26:17 +02:00
parent 6b259302c1
commit e9944eaecc

View file

@ -8,7 +8,7 @@
let
pname = "comm";
version = "0.1.2";
version = "0.1.3";
in
buildPythonPackage {
inherit pname version;
@ -17,8 +17,8 @@ buildPythonPackage {
src = fetchFromGitHub {
owner = "ipython";
repo = "comm";
rev = "refs/tags/${version}";
hash = "sha256-Ve6tCvu89P5wUOj+vlzXItRR5RjJNKxItKnWP2fVk9U=";
rev = "refs/tags/v${version}";
hash = "sha256-5IUE2g00GT231hjuM7mLPst0QTk2Y+Re302FRDq65C8=";
};
nativeBuildInputs = [