about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-04-26 09:30:15 -0400
committerGitHub <noreply@github.com>2024-04-26 09:30:15 -0400
commit2c14f74b2b102f84d56662091425c6cbd3a141ec (patch)
tree11cdff0c68a6e9f999fbb8545a2663f11e86df57 /pkgs
parentc449015d46abc85b9756e241b93ddc588cfbe2c9 (diff)
parent535d3a68dda761b521ed67fc26e552bda91fd83c (diff)
Merge pull request #306813 from r-ryantm/auto-update/python311Packages.branca
python311Packages.branca: 0.7.1 -> 0.7.2
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/branca/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/branca/default.nix b/pkgs/development/python-modules/branca/default.nix
index 894ee421d2084..77f146896062d 100644
--- a/pkgs/development/python-modules/branca/default.nix
+++ b/pkgs/development/python-modules/branca/default.nix
@@ -10,7 +10,7 @@
 
 buildPythonPackage rec {
   pname = "branca";
-  version = "0.7.1";
+  version = "0.7.2";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
     owner = "python-visualization";
     repo = pname;
     rev = "refs/tags/v${version}";
-    hash = "sha256-OePOZvqXtsp73HsfFslI6F3kegbdk45lWY1CMQRTcoc=";
+    hash = "sha256-ipu0JZIx/YgR7F5Z7sl/9YEEHkyiDllR5dHko7AlSe8=";
   };
 
   postPatch = ''