about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-03-29 08:54:14 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2023-03-29 08:54:14 +0200
commit3c1509969ee60754159f97b1d1bb1d3bdd8715f0 (patch)
treefdf8482f204cf6c5b6195190e96049b3a9f2c4dd
parent3ac65fce5c05275b1c81361fb956072eec183a0a (diff)
python310Packages.pyaussiebb: 0.0.15 -> 0.0.16
-rw-r--r--pkgs/development/python-modules/pyaussiebb/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pyaussiebb/default.nix b/pkgs/development/python-modules/pyaussiebb/default.nix
index 86d2f59e94242..ce9d5ee8f64d4 100644
--- a/pkgs/development/python-modules/pyaussiebb/default.nix
+++ b/pkgs/development/python-modules/pyaussiebb/default.nix
@@ -11,7 +11,7 @@
 
 buildPythonPackage rec {
   pname = "pyaussiebb";
-  version = "0.0.15";
+  version = "0.0.16";
   format = "pyproject";
 
   disabled = pythonOlder "3.9";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
     owner = "yaleman";
     repo = "aussiebb";
     rev = "v${version}";
-    hash = "sha256-V9yN05Bkv5vkHgXZ77ps3d6JS39M5iMuiijOGRBFi0U=";
+    hash = "sha256-dbu26QFboqVaSFYlTXsOFA4yhXXNcB4QBCA8PZTphns=";
   };
 
   nativeBuildInputs = [